HlsManifestParser

interface HlsManifestParser

Provides functionality to parse parts of an HLS manifest as defined in the RFC 8216.

Functions

Link copied to clipboard
abstract fun parseAttributes(attributesString: String): Map<String, String>

Parses a single line of attributes into a map.